home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / ResEdit3.0.sit / ResEdit™ 3.0 / ResEdit 3.0.rsrc / VDL_101_Resource.ALRT < prev    next >
Text File  |  1997-01-27  |  4KB  |  98 lines

  1. // Automatic TMPL-to-VDL conversion for resource type 'ALRT'.
  2. Margin( 10, 10, 10, 10, Width = UseParent )
  3.     VList(Width = UseParent, Alignment = Right )
  4.         {
  5.         Label("BoundsRect", Single )
  6.             Margin( 2, 2, 2, 2 )
  7.                 VList( )
  8.                     {
  9.                     EditText(BoundsRect_Left, Signed(16), Width = 292, Label = "Left: ",LabelAlignment = Right, LabelWidth = 192);
  10.                     Spacer(Width = 0, Height = 1);
  11.                     EditText(BoundsRect_Top, Signed(16), Width = 292, Label = "Top: ",LabelAlignment = Right, LabelWidth = 192);
  12.                     Spacer(Width = 0, Height = 1);
  13.                     EditText(BoundsRect_Right, Signed(16), Width = 292, Label = "Right: ",LabelAlignment = Right, LabelWidth = 192);
  14.                     Spacer(Width = 0, Height = 1);
  15.                     EditText(BoundsRect_Bottom, Signed(16), Width = 292, Label = "Bottom: ",LabelAlignment = Right, LabelWidth = 192);
  16.                     Spacer(Width = 0, Height = 1);
  17.                     } //VList
  18.         Spacer(Width = 0, Height = 2);
  19.         EditText(Item_list___DITL__ID, Signed(16), Width = 295, Label = "Item list  (DITL) ID: ",LabelAlignment = Right, LabelWidth = 195);
  20.         Spacer(Width = 0, Height = 1);
  21.         HList( )
  22.             {
  23.             Margin( 0, 2, 0, 0 )
  24.                 StaticText("Stage 4 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
  25.             CheckBox(" ", Stage_4_Bold_Item__o);
  26.             } //HList
  27.         HList( )
  28.             {
  29.             Margin( 0, 2, 0, 0 )
  30.                 StaticText("   Visible", Width = 195, Alignment = Right);
  31.             CheckBox(" ", E___Visible);
  32.             } //HList
  33.         EditText(E___Sound_number, Unsigned(2), Width = 295, Label = "   Sound number: ",LabelAlignment = Right, LabelWidth = 195);
  34.         Spacer(Width = 0, Height = 1);
  35.         HList( )
  36.             {
  37.             Margin( 0, 2, 0, 0 )
  38.                 StaticText("Stage 3 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
  39.             CheckBox(" ", Stage_3_Bold_Item__o);
  40.             } //HList
  41.         HList( )
  42.             {
  43.             Margin( 0, 2, 0, 0 )
  44.                 StaticText("   Visible", Width = 195, Alignment = Right);
  45.             CheckBox(" ", Token6);
  46.             } //HList
  47.         EditText(Token7, Unsigned(2), Width = 295, Label = "   Sound number: ",LabelAlignment = Right, LabelWidth = 195);
  48.         Spacer(Width = 0, Height = 1);
  49.         HList( )
  50.             {
  51.             Margin( 0, 2, 0, 0 )
  52.                 StaticText("Stage 2 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
  53.             CheckBox(" ", Stage_2_Bold_Item__o);
  54.             } //HList
  55.         HList( )
  56.             {
  57.             Margin( 0, 2, 0, 0 )
  58.                 StaticText("   Visible", Width = 195, Alignment = Right);
  59.             CheckBox(" ", Token9);
  60.             } //HList
  61.         EditText(Token10, Unsigned(2), Width = 295, Label = "   Sound number: ",LabelAlignment = Right, LabelWidth = 195);
  62.         Spacer(Width = 0, Height = 1);
  63.         HList( )
  64.             {
  65.             Margin( 0, 2, 0, 0 )
  66.                 StaticText("Stage 1 Bold Item (off=1, on=2)", Width = 195, Alignment = Right);
  67.             CheckBox(" ", Stage_1_Bold_Item__o);
  68.             } //HList
  69.         HList( )
  70.             {
  71.             Margin( 0, 2, 0, 0 )
  72.                 StaticText("   Visible", Width = 195, Alignment = Right);
  73.             CheckBox(" ", Token12);
  74.             } //HList
  75.         EditText(Token13, Unsigned(2), Width = 295, Label = "   Sound number: ",LabelAlignment = Right, LabelWidth = 195);
  76.         Spacer(Width = 0, Height = 1);
  77.         HList( )
  78.             {
  79.             EditText(Window_placement, UnsignedHex(16), Width = 295, Label = "Window placement: ",LabelAlignment = Right, LabelWidth = 195);
  80.             Spacer(Width = 0, Height = 1);
  81.             Margin( 5, 0, 0, 0 )
  82.                 IntegerPopup( " ", -1, Window_placement, Alignment = Left)
  83.                     {
  84.                     IntItem( "Leave it alone", 0);
  85.                     IntItem( "Center on main screen", 10250);
  86.                     IntItem( "Center in parent window", 43018);
  87.                     IntItem( "Center on parent’s screen", 26634);
  88.                     IntItem( "Alert on main screen", 12298);
  89.                     IntItem( "Alert in parent window", 45066);
  90.                     IntItem( "Alert in parent’s screen", 28682);
  91.                     IntItem( "Stagger on main screen", 14346);
  92.                     IntItem( "Stagger in parent window", 47114);
  93.                     IntItem( "Stagger on parent’s screen", 30730);
  94.                     }; //Integer Popup
  95.             } //HList
  96.         Spacer(Width = 0, Height = 2);
  97.         } //VList
  98.